AsyncActionProgressHandler Generic Delegate

Represents a method that handles progress update events of an asynchronous action that provides progress updates.

Syntax

public generic<typename TProgress>
delegate void AsyncActionProgressHandler`1(
         IAsyncActionWithProgress<TProgress>^ asyncInfo,
         TProgress progressInfo
)  

Type parameters

TProgress
The progress information.

Parameters

asyncInfo
Type: IAsyncActionWithProgress<TProgress> 

The asynchronous action.

progressInfo
Type: TProgress 

The progress information.

Requirements

Namespace: Windows.Foundation

Metadata: windows.winmd

See also

Reference

Windows.Foundation Namespace